Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / AddRange Method / AddRange(ListItemInfo[]) Method
A specified collection added into the collection.


In This Topic
    AddRange(ListItemInfo[]) Method
    In This Topic
    Adds a range of items of the specified collection to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal items() As ListItemInfo _
    ) 
    'Usage
     
    
    Dim instance As ListItemCollectionInfo
    Dim items() As ListItemInfo
     
    instance.AddRange(items)
    public void AddRange( 
       ListItemInfo[] items
    )

    Parameters

    items
    A specified collection added into the collection.
    See Also